home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / tspfon30.zip / ZMOD-D.BAT < prev    next >
DOS Batch File  |  1996-04-21  |  2KB  |  44 lines

  1. echo off
  2. rem ZMOD-D.BAT
  3. rem
  4. rem                  Osborne 06AT harddisk version
  5. rem                       by Prof. Timo Salmi
  6. rem                          9-May-1989
  7. rem
  8. rem      P.O. BOX 700, University of Vaasa, FIN-65101 Vaasa, Finland
  9. rem                 ts@uwasa.fi   http://www.uwasa.fi/~ts/
  10. rem
  11. rem  The purpose of this batch is to download file(s) with Procomm Plus
  12. rem  using the ZMODEM protocol.
  13. rem
  14. rem  1) Put this batch file in your Procomm Plus directory.
  15. rem
  16. rem  2) Set an External Protocol Download Filename as ZMOD-D in
  17. rem     Procomm Plus Protocol Options in the Setup Facility.
  18. rem     Procomm Plus setup facility is invoked by Alt-S.
  19. rem
  20. rem  3) Put DSZ.COM in your Procomm Plus directory (here C:\TELEC\PCPLUS).
  21. rem     DSZ.COM is a marketed by Omen Technology Inc.
  22. rem
  23. rem  4) At the remote end tell which file you want to download.
  24. rem     In an Opus bulletin board simply write dzfilename(s)
  25. rem
  26. rem  5) Download from Procomm Plus by pressing the PageDown key
  27. rem     and selecting the relevant external download protocol.
  28. rem     A ZMOD-D parameters prompt appears. No parameters are
  29. rem     needed in downloading. Just press enter.
  30. rem
  31. rem  The file(s) to be downloaded will be directed to F:\
  32. rem  I have a ramdisk is f:\.
  33. rem
  34. rem  Below, change the modem port number (3) if necessary.
  35. rem  Do not use paths in the drive name (f:) !
  36. rem  Omit portx 3e8,2 which is an uncommon resetting of the IRQs
  37.  
  38. c:\telec\pcplus\dsz CON port 3 portx 3e8,2 rz f:
  39. echo 
  40. echo 
  41. echo 
  42. if errorlevel 1 pause
  43. echo on
  44.